home *** CD-ROM | disk | FTP | other *** search
- Ths source for this MVS Gopher server distribution is available in
- two forms, a Zip file (MVSSRC.ZIP) and a TSO "TRANSMIT"ed dataset.
- (MVS.GOPHER.SRC.TRANSMIT).
-
- The ZIP'd version was created by transferring each member of an MVS
- PDSinto a directory on a PC and then running PKZIP. Here's the
- procedure for making use of this version:
-
- 1. First, retrieve the MVSSRV.ZIP to your PC (or where ever you have
- an un-zipper) as a binary file.
-
- 2. run PKUNZIP (or whatever you use to unzip) to extract all the
- PDS source members.
-
- 3. Read the DOSREAD file that's in the ZIP archive for how to continue.
- ------------------------------------------------------------------------
-
- If you want to use the TRANSMIT'ed archive, here's how.
-
- 1. Using the TCP/IP on your MVS system, FTP to the distribution
- system.
-
- 2. Insure that your MVS FTP client is going to create a file with
- a RECFM=FB, LRECL=80, BLKSIZE=3120. If you're running IBM's
- TCP/IP, issue the command:
-
- LOCSITE RECFM=FB LRECL=80 BLKSIZE=3120
-
- (if you're not running IBM's TCP/IP you almost certainly can't
- use this anyway...)
-
- 3. set your file type to BINARY.
-
- 4. Retrieve the MVS.GOPHER.SRC.TRANSMIT file.
- >>> This should create a dataset called
- <your_prefix>.MVS.GOPHER.SRC.TRANSMIT
-
- 5. Run the TSO RECEIVE command to create the source PDS;
- The TSO command is:
-
- RECEIVE INDSN(MVS.GOPHER.SRC.TRANSMIT)
-
- >>> This should create a dataset called
- >>> <your_prefix>.TCPIP.C
-
- 6. See the $$DOC & DOSREAD members for more information.